public class BackgroundImage : IContentElementPublic Class BackgroundImage
Implements IContentElement| BackgroundImage | Initializes a new instance of the BackgroundImage class. |
| BackgroundImage(String) | Initializes a new instance of the BackgroundImage class. |
| BackgroundImage(String, Byte) | Initializes a new instance of the BackgroundImage class. |
| BackgroundImage(String, Stream) | Initializes a new instance of the BackgroundImage class. |
| Actuate | Default value for this attribute is onLoad. |
| Buffer | Contains the byte array of the background image. |
| FileName | Contains the file name of the background image. |
| Filter | Specifies the implementation specific filter name that has been used to load an image into the document. |
| Location | Contains the image. |
| Opacity | Specifies the opacity for an image or graphic object. |
| Position | Specifies the position of a background image. |
| Repetition | Specifies if an image can be repeated or stretched over an area. |
| Show | Default value for this attribute is embed. |
| Type | Always has the value simple. |
| Clone | Creates a new object that is a deep copy of the current instance. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetContentElements | Returns all content elements. |
| GetHashCode | (Inherited from Object) |
| GetParent | Returns the parent element. |
| GetStream | |
| GetType | (Inherited from Object) |
| Load(String) | |
| Load(String, Byte) | |
| Load(String, Stream) | |
| MemberwiseClone | (Inherited from Object) |
| Save(Stream) | |
| Save(String) | |
| ToString |
Converts the value of the current BackgroundImage object to its equivalent string representation.
(Overrides ObjectToString) |